home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000339_arthur.marsh@adelaide.edu.au_Thu Sep 5 09:54:55 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  74 lines

  1. Article: 13670 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!news1.optus.net.au!optus!news.optus.net.au!53ab2750!not-for-mail
  3. From: Arthur Marsh <arthur.marsh@adelaide.edu.au>
  4. Organization: The University of Adelaide
  5. User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
  6. X-Accept-Language: en-us, en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: scripting capturing of Cisco ARP tables
  10. References: <3d6e39ea@yorrell.saard.net> <un2f2ebdp7j0a7@news.supernews.com> <3d721a69@yorrell.saard.net> <al56qh$ddu$1@pnj-news-spl.princetonecom.com> <m1ptvtzi8a.gnus@usa.net> <al5pkm$fdt$1@pnj-news-spl.princetonecom.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. X-Original-NNTP-Posting-Host: dialup46.staffdialup.services.adelaide.edu.au
  14. Message-ID: <3d775f94@yorrell.saard.net>
  15. X-Original-Trace: 5 Sep 2002 23:13:48 +0950, dialup46.staffdialup.services.adelaide.edu.au
  16. Lines: 51
  17. Date: Thu, 05 Sep 2002 13:43:50 GMT
  18. NNTP-Posting-Host: 203.21.37.20
  19. X-Trace: news.optus.net.au 1031233430 203.21.37.20 (Thu, 05 Sep 2002 23:43:50 EST)
  20. NNTP-Posting-Date: Thu, 05 Sep 2002 23:43:50 EST
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13670
  22.  
  23. I'll try using SNMP for getting the ARP tables. I'll have to move the 
  24. code to the one machine at our site that is allowed to query switches 
  25. and routers via SNMP.
  26.  
  27. I'm still looking for something that will obtain the equivalent of:
  28.  
  29. show mac-addr dynamic
  30.  
  31. on C3550 switches (not the same as the C2900XL/C3500XL switches)
  32.  
  33. and
  34.  
  35. show cam dynamic
  36.  
  37. on C6509 switches
  38.  
  39. Having had a fair bit of grief getting the right data out of C3550's, 
  40. using a Kermit script is looking attractive.
  41.  
  42. Regards,
  43.  
  44. Arthur.
  45.  
  46. Michael Di Domenico wrote:
  47. > "those who know me have no need of my name" <not-a-real-address@usa.net>
  48. > wrote in message news:m1ptvtzi8a.gnus@usa.net...
  49. >>in comp.protocols.kermit.misc i read:
  50. >>
  51. >>
  52. >>>What's so hard about snmp?  Using the UCD-SNMP package, you can simply
  53. >>
  54. > type
  55. >>>the command below and get a list of all the ARP entries in the arp table.
  56. >>>Kermit is great, but getting info from routers through snmp is so much
  57. >>>easier and much less network load.
  58. >>
  59. >>depends on what you are going to do with the data ... ever tried to turn
  60. >>those snmp responses back into the line-by-line listing that ``show arp''
  61. >>provides?
  62. > true.  your right it does depend on what the data is going to be used for.
  63. > but setting up the line by line display like 'show arp' is not hard using a
  64. > shell or perl script.  my opinion and personal preferece would be to always
  65. > do the extra effort on the server side to get the information through snmp
  66. > and format the data for its intended purpose.
  67.  
  68.